HighContrast: Update entry progress rendering
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2015 20:16:55 +0000 (16:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2015 20:16:55 +0000 (16:16 -0400)
Adapt HighContrast to the changes in the pre-previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 1eb3e3d5d7b7a5989cd553f422e9dcd4bf28d705..ab3f2035341d5760efa98d6a8d7f69c078776223 100644 (file)
@@ -206,7 +206,7 @@ entry {
   &:selected:focus {
     @extend %selected_items;
   }
-  &.progressbar {
+  & progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
index 4fc942fddd3d7903a551927e7130086ed61a1413..088d5c54c42c7955e0521647f1347b4d0c196aa5 100644 (file)
@@ -246,7 +246,7 @@ entry {
   entry:selected, entry:backdrop:selected {
     background-color: #000;
     color: #fff; }
-  entry.progressbar {
+  entry progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
@@ -255,7 +255,7 @@ entry {
     background-image: none;
     background-color: transparent;
     box-shadow: none; }
-    entry.progressbar:backdrop {
+    entry progressbar:backdrop {
       background-color: transparent; }
   .linked entry:first-child {
     border-top-right-radius: 0;